libcxx initial import git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103490 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/ciso646 b/include/ciso646 new file mode 100644 index 0000000..5058ed7 --- /dev/null +++ b/include/ciso646
@@ -0,0 +1,23 @@ +// -*- C++ -*- +//===--------------------------- ciso646 ----------------------------------===// +// +// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +#ifndef _LIBCPP_CISO646 +#define _LIBCPP_CISO646 + +/* + ciso646 synopsis + +*/ + +#include <__config> + +#pragma GCC system_header + +#endif // _LIBCPP_CISO646